home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / dcube.arc / PRINTDOC.BAT < prev   
DOS Batch File  |  1985-10-15  |  902b  |  26 lines

  1.  
  2. Rem * * * D-Cube.Doc is 44 pages long and is formatted so that it will
  3. Rem       paginated and print all the headers and footers in the proper
  4. Rem       place.  The doc file is a plain ASCII file that can be looked
  5. Rem       at or edited with any word processor or file displayer that 
  6. Rem       can use Standard ASCII.
  7.  
  8. Rem       Make sure that you have enough paper for your printer, and that
  9. Rem       your printer is on-line.  This batch file directs the 
  10. Rem       print to LPT1:, if you do not have a printer as LPT1:, or
  11. Rem       you do not want the documentation printed out on LPT1: then
  12. Rem       press Ctrl and C at this time and answer `Y' to the DOS
  13. Rem       prompt.  Then either change this batch file or use the
  14. Rem       DOS assign command to re-direct the printout to the proper
  15. Rem       place.
  16.  
  17.  
  18. Rem                         Have a good day!
  19.  
  20.  
  21.                         Dorn.........
  22.  
  23.  
  24. pause
  25. Copy D-Cube.Doc Lpt1:
  26.